raar.world.factory
Class RAWorldWriter

java.lang.Object
  extended by raar.world.factory.RAWorldWriter

public class RAWorldWriter
extends java.lang.Object

Write a world to a file.


Constructor Summary
RAWorldWriter(RAWorld w)
          Prepare writing world w.
 
Method Summary
 void write(java.io.File f)
          Write the world to a file.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RAWorldWriter

public RAWorldWriter(RAWorld w)
Prepare writing world w.

Method Detail

write

public void write(java.io.File f)
           throws java.lang.Exception
Write the world to a file.

Throws:
java.lang.Exception